Platform Explorer / Nuxeo Platform 2023.10

Operation Document.Unsubscribe (Unsubscribe document)

Description

Unsubscribe one or more documents. No value is returned.
Operation id Document.Unsubscribe
Category Document
Label Unsubscribe document
Requires
Since

Parameters

Name Description Type Required Default value
notifications stringlist no  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.ec.notification.automation.UnsubscribeOperation
Contributing Component org.nuxeo.ecm.platform.ec.notification.operations

JSON Definition

{
  "id" : "Document.Unsubscribe",
  "label" : "Unsubscribe document",
  "category" : "Document",
  "requires" : null,
  "description" : "Unsubscribe one or more documents. No value is returned.",
  "url" : "Document.Unsubscribe",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "notifications",
    "description" : null,
    "type" : "stringlist",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}